.nav-bold {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin: 0 4px;
}

.nav-bold-active {
  color: #006fae;
}

.nav-bold-active::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 50%;
  height: 4px;
  background-color: #006fae;
  position: absolute;
  bottom: 2px;
  left: 25%;
  z-index: -1;
}

.nav-bold:hover {
  /* color: #006fae; */
  text-decoration: none;
}


.news-item {
  /* list-style-type: none; */
  display: flex;
  color: #333;
  height: 40px;
  justify-content: space-between;
  text-decoration: none;
}

.news-item:hover {
  color: #006fae;
  text-decoration: none;
}

.text-truncate {}

.news-date {
  color: #666666;
}